image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM
authorMatt Porter <[email protected]>
Tue, 5 May 2015 19:00:22 +0000 (15:00 -0400)
committerTom Rini <[email protected]>
Thu, 28 May 2015 12:18:23 +0000 (08:18 -0400)
commitc777efe3a1c3ea62123437a30468fa0b17a689b2
treee73060fc39d43ecb78188f3a709c7978ba83a0ff
parente390bd5ed06fcd29743a3728e9facc4891d094fa
image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM

common/image.c currently implicitly depends on CONFIG_NR_DRAM_BANKS
when CONFIG_ARM is enabled. Make this requirement explicit.

Signed-off-by: Matt Porter <[email protected]>
common/image.c